Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

부산대 BE_이풍헌 5주차 과제(Step2) #172

Open
wants to merge 16 commits into
base: canyos
Choose a base branch
from

Conversation

canyos
Copy link

@canyos canyos commented Jul 24, 2024

  1. optionService가 너무 많은 repository와 관련이 있는 것 같은데 상관없을까요? order를 차라리 다른 서비스로 만들어야할까요?
  2. 여러 서비스에서 사용하고 싶은 메서드는 Util쪽으로 빼서 사용하나요? 토큰으로부터 userid를 찾아 user를 찾는 메서드를 빼고 싶은데 jwtUtil로 이동 시켜 사용하고자 하니 jwtUtil에서 userRepository에 접근하도록 되는데 어떤 방향이 맞을까요? 지금은 서비스 두 개에 모두 중복코드를 넣어뒀습니다
  1. step1질문하고 피드백 해주셨듯이 valid 로직을 서비스에서 구현했습니다. 응집성에서는 중복검사 로직이 entity에 있어야 할 것 같은데 그렇게 구현하려니 entity-repository간에 결합이 생기게 될 것 같습니다. valid 로직을 entity로 옮기는게 맞을까요?

@canyos canyos changed the base branch from main to canyos July 25, 2024 06:34
20jcode added a commit to 20jcode/spring-gift-order that referenced this pull request Aug 8, 2024
* feat : step0 기존 코드 추가 (kakao-tech-campus-2nd-step2#88)

* 부산대 BE 이영준 order step1 (kakao-tech-campus-2nd-step2#328)

* docs : step1 문서 업데이트

* refactor : 예외 코드 정리

* chore : jpa 디렉토리 위치 변경

* feat : Product에 대해 facade 패턴 추가

* refactor : 불필요 interface 제거

* feat : productDTO Request/Response로 나누기

* refactor : product service 리펙토링

객체지향스럽게

* refactor : product controller 수정

DTO 분할

* test : productfacaderepository 테스트 추가

* chore : 불필요 DTO 표시 추가

* docs : 리펙토링 기록 문서 추가 작성

* feat : key 업로드 방지 gitignore 추가

* docs : step1 문서 추가

* chore : 클래스 이름 변경

* refactor : admin page 카테고리, 옵션 구현 리펙토링

* bulid : api key를 위해 설정 추가

* feat : 컨트롤러 추가

* feat : 카카오 로그인서비스 추가

* chore : 사용하지 않는 import 제거

* refactor : 엑세스 토큰 추출까지로 변경

* 부산대 BE_이영준 5주차 step2 and step3 (kakao-tech-campus-2nd-step2#422)

* docs : step2 문서 업데이트 -- 시작 --

* feat : order service 추가

새로운 주문 생성

* feat : order controller 추가

* feat : 카카오 메세지 전송기능 추가

* feat : header access token 추가

* feat : access token 사용 인증 추가

* docs : 문서 업데이트

* refact : 도메인 별로 경로 수정

* feat : 카테고리 facade repository 추가

test도 함께 추가

* chore : 불필요 테스트 삭제

* refactor : 불필요 try-catch 제거

* refactor : 불필요 try-catch 제거

* feat : category facade 추가

* feat : api 명세서 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant